A. Yes
B. No
C. May be
D. Confuse
Advertisement
Related Mcqs:
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- ____________ tests make sure that new code does not break existing code?
- A. Integration tests B. Regression tests C. Load test D. Unit tests...
- Default scripting language in ASP?
- A. VBScript B. EcmaScript C. JavaScript D. PERL...
- What is the default session out time__________________?
- A. 10 sec B. 20 sec C. 20 min D. 40 min...
- By default, ASP.NET store SessionIDs in ___________________?
- A. Global variable B. Cookies C. Database D. Database...
- Which of the following is the default authentication mode for IIS ?
- A. Windows B. Anonymous C. Basic Authentication D. None of these...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
Advertisement